home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / dev / c / bison125.lha / Bison125.readme < prev    next >
Text File  |  1996-11-22  |  1KB  |  33 lines

  1. Name: Bison 1.25
  2. Short: GNU Bison - a compiler compiler (Amiga SAS/C port)
  3. Author: prometeo@flashnet.it (Giacomo Magnini)
  4. Uploader: prometeo@flashnet.it (Giacomo Magnini)
  5. Version: 1.25
  6. Type: dev/c
  7.  
  8. This is a mostly unchanged port of the GNU Bison 1.25, a compiler
  9. compiler, almost compatible with the 'yacc' Un*x utility.
  10.  
  11. Using the work made by Sandro Tolaini <tolaini@freenet.hut.fi>, I have
  12. successfully compiled it under SAS/C 6.57, with FULL optimization.
  13. I haven't updated the docs, though.
  14.  
  15. Source code is included, to recompile just say 'smake'.
  16.  
  17. I made a slight change to Bison.hairy to make the generated source more
  18. compatible to SAS/C, and I've commented out an assignment in main.c
  19. (line 167) which prevented bison to generate the source for an incomplete
  20. parser (I needed it for the project I'm working on, and old bison versions
  21. worked this way...).
  22.  
  23. To install, simply copy the Bison program somewhere in your path. Copy the
  24. Bison.hairy and Bison.simple files in the same dir where the main program is.
  25.  
  26. Please report me any bug!
  27.  
  28. Much thanks to the GNU guys for their great software!
  29.  
  30. Enjoy,
  31. Giacomo Magnini <prometeo@flashnet.it>
  32.  
  33.